@charset "UTF-8";
/*html {filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/
@font-face {
  font-family: "Montserrat-Light";
  src: url("../font/Montserrat-Light.woff2") format("woff2"), url("../font/Montserrat-Light.woff") format("woff"), url("../font/Montserrat-Light.ttf") format("truetype"), url("../font/Montserrat-Light.eot") format("embedded-opentype"), url("../font/Montserrat-Light.svg") format("svg");
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat.woff2") format("woff2"), url("../font/Montserrat.woff") format("woff"), url("../font/Montserrat.ttf") format("truetype"), url("../font/Montserrat.eot") format("embedded-opentype"), url("../font/Montserrat.svg") format("svg");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.woff2") format("woff2"), url("../font/Montserrat-Bold.woff") format("woff"), url("../font/Montserrat-Bold.ttf") format("truetype"), url("../font/Montserrat-Bold.eot") format("embedded-opentype"), url("../font/Montserrat-Bold.svg") format("svg");
}
@font-face {
  font-family: "Akrobat";
  src: url("../font/Akrobat.woff2") format("woff2"), url("../font/Akrobat.woff") format("woff"), url("../font/Akrobat.ttf") format("truetype"), url("../font/Akrobat.eot") format("embedded-opentype"), url("../font/Akrobat.svg") format("svg");
}
@font-face {
  font-family: "AkrobatBlack";
  src: url("../font/AkrobatBlack.woff2") format("woff2"), url("../font/AkrobatBlack.woff") format("woff"), url("../font/AkrobatBlack.ttf") format("truetype"), url("../font/AkrobatBlack.eot") format("embedded-opentype"), url("../font/AkrobatBlack.svg") format("svg");
}
@font-face {
  font-family: "AlimamaShuHeiTi";
  src: url("../font/AlibabaPuHuiTi_Regular.ttf") format("truetype");
}
@font-face {
  font-family: "MonumentExtended-Bold";
  src: url("../font/MonumentExtended-Bold.ttf") format("truetype");
}
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  color: #333;
  font-family: "AlimamaShuHeiTi";
}

body {
  overflow-x: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2rem;
  height: 2rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.action_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action_box .action-prev,
.action_box .action-next {
  position: static;
  margin: 0;
  padding: 0;
}
.action_box .action-prev {
  margin-right: 1.9rem;
}

.prev1,
.next1 {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.05rem solid #FFFFFF;
  color: #fff;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: static;
  margin: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.prev1:hover,
.next1:hover {
  background: #004EA2;
  border: 0.05rem solid #004EA2;
}

.prev1 {
  margin-right: 1.45rem;
}

.prev2,
.next2 {
  width: 3rem;
  height: 3rem;
  background: #F4F4F7;
  border-radius: 50%;
  border: 0.05rem solid #004EA2;
  color: #004EA2;
  font-size: 0.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.prev2:hover,
.next2:hover {
  background: #004EA2;
  color: #fff;
}

/*滚动条样式*/
.mCSB_scrollTools {
  width: 0.1rem;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #004EA2;
  width: 2px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 78, 162, 0.2);
  opacity: 1;
}

.mCSB_inside .mCSB_container {
  margin-right: 1rem;
}

/*输入框placeholder*/
::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}

.w {
  /*    width: calc(160rem / 2);*/
  width: 100%;
  margin: 0 auto;
  padding: 0 8rem;
  position: relative;
}

/*导航*/
.top_nav {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  height: 6rem;
  padding: 0 0 0 2.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #FFFFFF;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
}
.top_nav.fixed{
  position: fixed;
}
.top_nav .logo {
  width: 5.85rem;
  height: 3.4rem;
  background: url(../img/logo_white.png) no-repeat center left;
  -o-background-size: contain !important;
  background-size: contain !important;
}

.nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav_list li {
  padding: 0 1.5rem;
  position: relative;
}
.nav_list li > a {
  line-height: 6rem;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_list li > a:after {
  width: 100%;
  height: 0.1rem;
  background: #004EA2;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_list li .hide_menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.nav_list li .hide_menu dd a {
  width: 100%;
  line-height: 1.2rem;
  padding: 0.9rem 0.5rem;
  text-align: center;
  color: #333;
}
.nav_list li:hover > a {
  color: #004EA2;
}
.nav_list li:hover > a:after {
  opacity: 1;
}
.nav_list li:hover .hide_menu {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.top_nav_right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 1.5rem;
  /*新增搜索弹窗*/
}
.top_nav_right:after {
  width: 0.05rem;
  height: 0.7rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EEEEEE));
  background: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -moz-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: -o-linear-gradient(bottom, #FFFFFF 0%, #EEEEEE 100%);
  background: linear-gradient(0deg, #FFFFFF 0%, #EEEEEE 100%);
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
}
.top_nav_right .links_icon,
.top_nav_right .search_icon,
.top_nav_right .lan_icon {
  padding: 0 0.9rem;
  line-height: 6rem;
}
.top_nav_right .menu_icon {
  width: 9.5rem;
  height: 6rem;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 0.05rem solid rgba(255, 255, 255, 0.1);
  margin-left: 1.5rem;
}
.top_nav_right .menu_icon i {
  font-size: 1.35rem;
  margin-right: 0.5rem;
}
.top_nav_right .menu_icon.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.top_nav_right .links {
  position: relative;
}
.top_nav_right .links .link_hide {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 8rem;
  background: #fff;
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.top_nav_right .links .link_hide dd a {
  width: 100%;
  line-height: 1.2rem;
  padding: 0.9rem 0.5rem 0.9rem 1.6rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_nav_right .links .link_hide dd .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -o-background-size: contain !important;
     background-size: contain !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 0.5rem;
}
.top_nav_right .links .link_hide dd .icon1 {
  background-image: url(../img/right_icon1.png);
}
.top_nav_right .links .link_hide dd .icon2 {
  background-image: url(../img/right_icon2.png);
}
.top_nav_right .links .link_hide dd .icon3 {
  background-image: url(../img/right_icon3.png);
}
.top_nav_right .links .link_hide dd .icon4 {
  background-image: url(../img/right_icon4.png);
}
.top_nav_right .links .link_hide dd:hover .icon1 {
  background-image: url(../img/right_icon11.png);
}
.top_nav_right .links .link_hide dd:hover .icon2 {
  background-image: url(../img/right_icon22.png);
}
.top_nav_right .links .link_hide dd:hover .icon3 {
  background-image: url(../img/right_icon33.png);
}
.top_nav_right .links .link_hide dd:hover .icon4 {
  background-image: url(../img/right_icon44.png);
}
.top_nav_right .links:hover .link_hide {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.top_nav_right .search_area {
  position: relative;
}
.top_nav_right .search_area .search_model {
  -webkit-transform: scaleY(0) translateX(-50%);
  -moz-transform: scaleY(0) translateX(-50%);
  -ms-transform: scaleY(0) translateX(-50%);
  -o-transform: scaleY(0) translateX(-50%);
  transform: scaleY(0) translateX(-50%);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: -webkit-calc(100% + 0.05rem);
  top: -moz-calc(100% + 0.05rem);
  top: calc(100% + 0.05rem);
  left: 50%;
}
.top_nav_right .search_area:hover .search_model {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateX(-50%);
  -moz-transform: scaleY(1) translateX(-50%);
  -ms-transform: scaleY(1) translateX(-50%);
  -o-transform: scaleY(1) translateX(-50%);
  transform: scaleY(1) translateX(-50%);
}
.top_nav_right .search_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
}
.top_nav_right .search_box .search_ipt {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
  line-height: 2.5rem;
}
.top_nav_right .search_box .submit {
  width: 5rem;
  height: 2.5rem;
  background: #004EA2;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.top_nav_right .search_box .submit i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.top_nav.white_important,
.top_nav.white {
  background: #FFFFFF;
  color: #333;
}
.top_nav.white_important .logo,
.top_nav.white .logo {
  background: url(../img/logo.png) no-repeat center left;
}
.top_nav.white_important .top_nav_right:after,
.top_nav.white .top_nav_right:after {
  background: rgba(0, 0, 0, 0.2);
}
.top_nav.white_important .menu_icon,
.top_nav.white .menu_icon {
  border-left: 0.05rem solid rgba(0, 0, 0, 0.1);
}

/*全屏导航*/
.full_menu {
  padding-top: 6rem;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url(../img/full_menu_bg.jpg) no-repeat center center;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.full_menu_bot {
  height: 100%;
}
.full_menu_bot .w {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.full_menu_bot .left .tip {
  font-size: 1.8rem;
  line-height: 3rem;
}
.full_menu_bot .left .contact_list {
  margin-top: 12rem;
}
.full_menu_bot .left .contact_list li {
  margin-right: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full_menu_bot .left .contact_list li .icon {
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004EA2;
  margin-right: 1rem;
  font-size: 1rem;
}
.full_menu_bot .left .contact_list li .right_info span {
  line-height: 1.5rem;
  opacity: 0.5;
}
.full_menu_bot .left .contact_list li .right_info p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.full_menu_bot .left .quick_links_list {
  margin-top: 3rem;
}
.full_menu_bot .left .quick_links_list li {
  margin-right: 2.5rem;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.full_menu_bot .left .quick_links_list li:hover {
  top: -0.4rem;
}
.full_menu_bot .left .quick_links_list li a {
  width: 100%;
}
.full_menu_bot .left .quick_links_list li a .img_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  border: 0.05rem solid #FFFFFF;
  overflow: hidden;
}
.full_menu_bot .left .quick_links_list li a .img_con img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.full_menu_bot .left .quick_links_list li a .title {
  line-height: 1.5rem;
  padding-top: 0.9rem;
  text-align: center;
}
.full_menu_bot .left .quick_links_list li.ewm_li a .img_con img {
  width: 100%;
  height: 100%;
}

.full_menu_list {
  max-height: 100%;
}
.full_menu_list li {
  margin-bottom: 2rem;
}
.full_menu_list li:last-of-type {
  margin-bottom: 0;
}
.full_menu_list li > a {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.full_menu_list li .hide_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.full_menu_list li .hide_menu dd a {
  line-height: 1.8rem;
  opacity: 0.5;
  margin-right: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.full_menu_list li .hide_menu dd:last-of-type a {
  margin-right: 0;
}
.full_menu_list li .hide_menu dd:hover a {
  opacity: 0.7;
}
.full_menu_list li:hover > a {
  opacity: 0.8;
}

.full_menu.open {
  right: 0;
}

/*左侧全屏导航*/
.all_swiper .swiper-pagination-all {
  left: 1.5rem;
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet {
  width: 0.29rem;
  height: 0.29rem;
  background: #fff;
  border-radius: 50%;
  margin: 1rem 0;
  opacity: 1;
}
.all_swiper .swiper-pagination-all .swiper-pagination-bullet-active {
  width: 0.82rem;
  height: 0.82rem;
}
.all_swiper .swiper-pagination-all.color .swiper-pagination-bullet {
  background: #004EA2;
}

/*开始部分公共部分样式*/
.action_top {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.action_top .other_title,
.action_top .index_title {
  margin-bottom: 0;
}

.read_more1 {
  width: 8.45rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: url(../img/read_more_bg.png) no-repeat center center;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.read_more1:hover {
  padding-left: 0.5rem;
}

.read_more2 {
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #004EA2;
}

.read_more3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.read_more3 .font {
  margin-right: 0.8rem;
}
.read_more3 .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #EEEEEE;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.read_more3:hover .icon {
  background: #004EA2;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
}

li:hover .read_more3 .icon {
  background: #004EA2;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
}

.index_title {
  margin-bottom: 2rem;
}
.index_title .en_title {
  font-family: AkrobatBlack;
  font-weight: 900;
  font-size: 1.2rem;
  color: #004EA2;
  margin-bottom: 0.5rem;
}
.index_title .title {
  font-size: 2.4rem;
}

/*首页banner----------------------------------------------------------------------------------------------*/
.sec1 {
  width: 100%;
  height: 100%;
  position: relative;
  /*首页轮播图索引*/
}
.sec1 .banner_swiper li {
  width: 100%;
  height: 100%;
}
.sec1 .banner_swiper li .banner_video {
  width: 100%;
  height: 100%;
}
.sec1 .banner_swiper li .banner_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.sec1 .banner_swiper li .banner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: all 4s;
  -moz-transition: all 4s;
  -o-transition: all 4s;
  transition: all 4s;
}
.sec1 .banner_swiper li .banner_img a,
.sec1 .banner_swiper li .banner_img a > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec1 .banner_swiper li.swiper-slide-active .banner_img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.sec1 .swiper-pagination-banner {
  bottom: 4rem;
}
.sec1 .swiper-pagination-banner .swiper-pagination-bullet {
  width: 1rem;
  height: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  opacity: 1;
}
.sec1 .swiper-pagination-banner .swiper-pagination-bullet-active {
  width: 2.5rem;
}
.sec1 .banner_action_box {
  position: absolute;
  right: 8rem;
  bottom: 3.5rem;
  z-index: 100;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*第二屏-新闻咨询*/
.sec2 {
  background: url(../img/sec2_bg.jpg) no-repeat center center;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.sec2 .sec_con {
  padding-top: 6rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec2 .sec2_bot {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec2 .index_news_left {
  width: 50%;
  height: 25rem;
}
.sec2 .index_news_list li {
  position: relative;
}
.sec2 .index_news_list li a {
  width: 100%;
  height: 100%;
}
.sec2 .index_news_list li .img_con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sec2 .index_news_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec2 .index_news_list li .info_con {
  width: 100%;
  background: rgba(0, 78, 162, 0.85);
  color: #FFFFFF;
  padding: 1rem 1.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.sec2 .index_news_list li .info_con .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  font-family: Akrobat;
}
.sec2 .index_news_list li .info_con .time .day {
  font-family: Akrobat;
}
.sec2 .index_news_list li .info_con .time .year {

}
.sec2 .index_news_list li .info_con .title {
  font-size: 1rem;
  line-height: 1.5rem;
  width: calc(100% - 5rem);
}
.sec2 .swiper-pagination-index-news {
  bottom: 1.7rem;
  text-align: right;
  left: auto;
  width: auto;
  right: 0.6rem;
}
.sec2 .swiper-pagination-index-news .swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  opacity: 0.2;
  margin: 0 0.5rem 0 0;
  background: url(../img/dot.png) no-repeat center center;
  -o-background-size: contain !important;
     background-size: contain !important;
}
.sec2 .swiper-pagination-index-news .swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../img/dot_active.png) no-repeat center center;
}
.sec2 .index_news_right_list {
  width: 40%;
}
.sec2 .index_news_right_list li {
  margin-bottom: 2rem;
}
.sec2 .index_news_right_list li:last-of-type {
  margin-bottom: 0;
}
.sec2 .index_news_right_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec2 .index_news_right_list li .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6rem;
}
.sec2 .index_news_right_list li .time .day {
  font-family: AkrobatBlack;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 900;
  font-size: 2rem;
  color: #999999;
}
.sec2 .index_news_right_list li .time .year {
  font-family: Akrobat;
  opacity: 0.5;
  color: #999999;
}
.sec2 .index_news_right_list li .info_con {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
}
.sec2 .index_news_right_list li .info_con .title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.sec2 .index_news_right_list li:hover .time .day {
  color: #333;
}
.sec2 .index_news_right_list li:hover .info_con .title {
  color: #004EA2;
}

/*第三屏 公司业务*/
.sec3 {
  background-image: url(../img/sec3_bg1.jpg);
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: background-image 0.5s;
  -o-transition: background-image 0.5s;
  -moz-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.sec3 .sec3_nav_list {
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec3 .sec3_nav_list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  height: 100%;
}
.sec3 .sec3_nav_list li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 6rem 3.35rem 0;
}
.sec3 .sec3_nav_list li .icon {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.sec3 .sec3_nav_list li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sec3 .sec3_nav_list li .title1 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.25rem;
}
.sec3 .sec3_nav_list li .title2 {
  font-family: AkrobatBlack;
  font-weight: 900;
  font-size: 0.9rem;
  text-align: center;
}
.sec3 .sec3_nav_list li .hide_con {
  padding-top: 3rem;
  display: none;
}
.sec3 .sec3_nav_list li .hide_con .info {
  margin-bottom: 2.5rem;
}
.sec3 .sec3_nav_list li .read_more2 {
  margin: 0 auto;
}
.sec3 .sec3_nav_list li:hover {
  background: rgba(0, 78, 162, 0.9);
}

/*第四屏 资质荣誉*/
.sec4 {
  background: #fff;
}
.sec4 .sec_con {
  width: 100%;
  height: 100%;
  padding: 6rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec4 .action_top {
  margin-bottom: 1.5rem;
}
.sec4 .sec4_info {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.sec4 .sec4_info .left {
  width: 50%;
}
.sec4 .sec4_info .left .title {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.sec4 .sec4_info .left .info {
  max-height: 12rem;
  text-indent: 2em;
}
.sec4 .sec4_info .right {
  width: 38.75%;
  height: 15rem;
}
.sec4 .sec4_info .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.honor_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.honor_list li {
  width: 28.125%;
  margin-right: 4.21875%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.05rem solid #999;
  padding: 1rem 0;
  margin-top: 2rem !important;
}
.honor_list li:nth-of-type(3n) {
  margin-right: 0;
}
.honor_list li .num {
  width: 2.5rem;
  line-height: 1.2rem;
  display: none;
}
.honor_list li .title {
  width: -webkit-calc(100% - 9rem);
  width: -moz-calc(100% - 9rem);
  width: calc(100% - 9rem);
  font-size: 1rem;
  line-height: 1.2rem;
}
.honor_list li .year {
  width: 9rem;
  text-align: right;
  font-size: 3rem;
  color: #DDDDDD;
  line-height: 2.5rem;
}

/*底部*/
.footer {
  height: auto;
  color: #FFFFFF;
}
.footer .footer_con {
  padding: 2.5rem 0 1rem;
  background: #333333;
}
.footer .footer_con .footer_top {
  margin-bottom: 3.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_con .footer_top .logo {
  width: 6.85rem;
  height: 3rem;
}
.footer .footer_con .footer_top .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_con .footer_top .footer_menu_list li {
  padding-left: 1rem;
}
.footer .footer_con .footer_top .footer_menu_list li a {
  font-size: 0.9rem;
}
.footer .footer_con .footer_bot {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_con .footer_bot .contact_list li {
  margin-right: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_con .footer_bot .contact_list li .icon {
  width: 3rem;
  height: 3rem;
  background: #004EA2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 1rem;
}
.footer .footer_con .footer_bot .contact_list li .right_info span {
  line-height: 1.5rem;
  opacity: 0.5;
}
.footer .footer_con .footer_bot .contact_list li .right_info p {
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.footer .footer_con .footer_bot .ewm .ewm_img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 0.4rem;
}
.footer .footer_con .footer_bot .ewm .font {
  line-height: 1.2rem;
  text-align: center;
}
.footer .copy_right {
  line-height: 1.25rem;
  height: 4rem;
  background: #222222;
  position: relative;
}
.footer .copy_right .go_top {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3rem;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  z-index: 100;
}
.footer .copy_right .w {
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .copy_right .gongbei_icon {
  position: relative;
  top: -0.05rem;
  margin-right: 0.2rem;
  width: 1rem;
}
.footer .copy_right .left span,
.footer .copy_right .left a {
  margin-right: 0.5rem;
}

.go_top_blue {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

footer.footer .go_top_blue {
  display: block !important;
}
footer.footer .go_top_blue.go_top_red {
  display: none !important;
}
footer.footer .copy_right .go_top {
  display: none;
}

footer.footer.red_footer .go_top_blue {
  display: none !important;
}
footer.footer.red_footer .go_top_blue.go_top_red {
  display: block !important;
}

/*首页固定图片*/
.index_open_img_mark {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  top: -100%;
  left: 0;
}
.index_open_img_mark .index_open_img {
  width: 65rem;
  height: 35rem;
  padding: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_open_img_mark .index_open_img.wechat_open_img {
  width: 15rem;
  height: 15rem;
}
.index_open_img_mark .index_open_img.wechat_open_img #wechat-qrcode {
  width: 100%;
  height: 100%;
  padding: 1rem;
  background: #fff;
}
.index_open_img_mark .index_open_img .close {
  width: 1.8rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.index_open_img_mark .index_open_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_open_img_mark.open {
  top: 0;
}

/*其他页面banner*/
.inner {
  width: 100%;
  height: 90vh;
  position: relative;
}
.inner .inner_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner .inner_title {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner .inner_title .en_title {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 5rem;
  color: rgba(255, 255, 255, 0);
  text-stroke: 0.05rem #FFFFFF;
  -webkit-text-stroke: 0.05rem #FFFFFF;
}
.inner .inner_title .title {
  font-size: 3rem;
  color: #FFFFFF;
}

.left_menu {
  width: 100%;
  position: absolute;
  bottom: 2.5rem;
  left: 0;
}
.left_menu .left_menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.left_menu .left_menu_list li {
  margin: 0 2rem;
}
.left_menu .left_menu_list li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5rem;
  height: 3rem;
  line-height: 1.2rem;
  font-size: 1rem;
  color: #FFFFFF;
  opacity: 0.4;
  border-bottom: 0.05rem solid #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.left_menu .left_menu_list li.on > a, .left_menu .left_menu_list li:hover > a {
  opacity: 1;
}

.sec {
  padding: 5rem 0;
}

/*视频弹窗*/
.video_mark {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  bottom: 100%;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video_mark .video_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 70%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.video_mark .video_box video {
  max-width: 100%;
  max-height: 100%;
}
.video_mark .video_box .close {
  position: absolute;
  top: calc(-5rem/2);
  left: 50%;
  font-size: 1.5rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  color: #fff;
  cursor: pointer;
}

.video_mark.open {
  bottom: 0;
}

/*视频播放按钮旋转*/
.video_circle_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004EA2;
  border-radius: 50%;
  color: #fff;
  font-size: 1.5rem;
}
.video_circle_btn .video_img {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  -webkit-animation: circlemove 8s ease infinite normal;
  -o-animation: circlemove 8s ease infinite normal;
  -moz-animation: circlemove 8s ease infinite normal;
  animation: circlemove 8s ease infinite normal;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

@-webkit-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circlemove {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  95% {
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.other_title {
  margin-bottom: 2rem;
}
.other_title .en_title {
  font-family: MonumentExtended-Bold;
  font-size: 1.2rem;
  color: #004EA2;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.other_title .title {
  font-weight: 600;
  font-size: 2.4rem;
}
.other_title.red .en_title {
  color: #CD0000;
}
.other_title.center {
  text-align: center;
}

.page {
  width: 100%;
  padding: 0 2.5rem;
  height: 5rem;
  background: rgba(0, 78, 162, 0.1);
  border-radius: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page a,
.page span {
  margin: 0 0.5rem;
}
.page .number {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  line-height: 1.8rem;
}
.page .number:hover, .page .number.current {
  color: #004EA2;
}
.page .prev,
.page .next {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  line-height: 1.8rem;
}
.page .prev:hover,
.page .next:hover {
  color: #004EA2;
}

.about1 {
  background: url(../img/about1_bg.jpg) no-repeat top left;
  -o-background-size: 79% 74%;
     background-size: 79% 74%;
}
.about1 .w {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about1 .left {
  padding: 3.25rem 2.5rem 18rem;
  width: 34.375%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.about1 .left .tip {
  margin-bottom: 0.5rem;
}
.about1 .left .title {
  font-size: 1.8rem;
  color: #004EA2;
  line-height: 2rem;
  margin-bottom: 3rem;
}
.about1 .left .info{
  text-indent: 2em;
}
.about1 .left .since {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14.3rem;
}
.about1 .left .video_circle_btn {
  width: 7rem;
  height: 7rem;
  position: absolute;
  right: -3.5rem;
  bottom: -3.5rem;
}
.about1 .right {
  padding: 5.5rem 4rem 0 0;
  width: 65.625%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1.5rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: 3.5rem;
}
.about1 .right .info {
  height: 15rem;
  padding-left: 4rem;
  margin-bottom: 5.5rem;
  text-indent: 2em;
}
.about1 .right .info .mCSB_inside .mCSB_container {
  margin-right: 8rem;
}
.about1 .right .about1_img {
  width: 84%;
}

.about2 {
  background: url(../img/about2_bg.png) no-repeat center center;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.about2 .history_list li .year {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 1.5rem;
  color: #004EA2;
  margin-bottom: 0.75rem;
}
.about2 .history_list li img {
  width: 100%;
  height: 16.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.about3 {
  background: url(../img/about3_bg.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}
.about3 .about3_img {
  width: 100%;
  margin-top: -2.5rem;
}

.about4 {
  background: url(../img/about4_bg.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}
.about4 .honor_swiper{

}
/*新闻资讯*/
.news1 .news_top_list li {
  /*padding-bottom: 7.5rem;*/
}
.news1 .news_top_list li a {
  width: 100%;
  height: 100%;
}
.news1 .news_top_list li a img {
  width: 100%;
  height: 30rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.news1 .news_top_list li a .info_con {
  background: rgba(0,78,162,0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 1.5rem;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news1 .news_top_list li a .info_con .title {
  height: 1.8rem;
  font-size: 1.2rem;
  color: #FFFFFF;
  line-height: 1.8rem;
}

.news1 .news_top_list li a .info_con .time {
  font-family: Akrobat;
  font-size: 1rem;
  margin-bottom: 0.3rem;
}

.news1 .news_top_list li.swiper-slide-active a .info_con {
  opacity: 1;
}
.news1 .action_box {

}
.news1 .swiper-pagination-news {
  position: static;
  width: auto;
  left: auto;
  margin-right: 3.5rem;
}
.news1 .swiper-pagination-news .swiper-pagination-total {
  color: #999;
}
.news1 .swiper-pagination-news .swiper-pagination-current {
  color: #333;
}

.news1.sec {
  padding-bottom: 0;
}

.news2 .page {
  margin: 2rem 0 0;
}
.news2 .news_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news2 .news_list li {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 3rem;
}
.news2 .news_list li:nth-of-type(3n) {
  margin-right: 0;
}
.news2 .news_list li a {
  width: 100%;
}
.news2 .news_list li .time {
  color: #999999;
  margin-bottom: 0.5rem;
}
.news2 .news_list li .time .day {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.news2 .news_list li .time .year {
  font-family: Akrobat;
  line-height: 1.5rem;
}
.news2 .news_list li .title {
  font-size: 1.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.news2 .news_list li .img_con {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.news2 .news_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news2 .news_list li .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news2 .news_list li:hover .title {
  color: #004EA2;
}

/*企业公告*/
.corporate1 .page {
  margin: 3.5rem 0 0;
}
.corporate1 .corporate_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.corporate1 .corporate_list li {
  background: url(../img/new_bg.jpg) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: relative;
  width: 23.75%;
  margin-right: 1.66%;
  margin-bottom: 1.5rem;
}
.corporate1 .corporate_list li:nth-of-type(4n) {
  margin-right: 0;
}
.corporate1 .corporate_list li a {
  width: 100%;
  padding: 2rem;
}
.corporate1 .corporate_list li .title {
  font-size: 1.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
}
.corporate1 .corporate_list li .info {
  color: #999999;
  line-height: 1.2rem;
  height: 3.6rem;
  margin-bottom: 2rem;
}
.corporate1 .corporate_list li .look_num {
  margin-bottom: 5rem;
}
.corporate1 .corporate_list li .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.corporate1 .corporate_list li .bot .time .year {
  font-family: Akrobat;
  font-weight: bold;
  line-height: 1.5rem;
  color: #999999;
  display: block;
}
.corporate1 .corporate_list li .bot .time .day {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5rem;
}
.corporate1 .corporate_list li:hover .title {
  color: #004EA2;
}

/*专题专栏*/
.special1 {
  background: rgba(0, 78, 162, 0.05);
}
.special1 .page {
  margin: 2rem 0 0;
}
.special1 .special_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.special1 .special_list li {
  background: url(../img/special_bg.jpg) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: relative;
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 3rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.special1 .special_list li:nth-of-type(2n) {
  margin-right: 0;
}
.special1 .special_list li.img_li {
  background: none;
}
.special1 .special_list li.img_li a {
  padding: 0;
}
.special1 .special_list li a {
  width: 100%;
  height: 22.5rem;
  padding: 3rem;
  position: relative;
}
.special1 .special_list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special1 .special_list li .title {
  width: 80%;
  font-size: 1.5rem;
  height: 1.8rem;
  line-height: 1.8rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.special1 .special_list li .info {
  width: 80%;
  font-size: 1.2rem;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.special1 .special_list li .time {
  color: #999999;
  margin-bottom: 0.5rem;
}
.special1 .special_list li .time .day {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.special1 .special_list li .time .year {
  font-family: Akrobat;
  line-height: 1.5rem;
}
.special1 .special_list li .tip {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 0.9rem;
  color: #FFFFFF;
}
.special1 .special_list li:hover {
  top: 0.5rem;
}
.special1 .special_list li:hover .title,
.special1 .special_list li:hover .info {
  color: #004EA2;
}

/*新闻详情*/
.news_detail.sec {
  padding-top: 7.5rem;
}

.news_detail {
  background: rgba(0, 78, 162, 0.05);
}
.news_detail .go_back {
  color: #004EA2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.news_detail .go_back .icon {
  width: 2rem;
  height: 2rem;
  background: #004EA2;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 0.75rem;
}
.news_detail .detail {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news_detail .title_con {
  background: #FFFFFF;
  border-top: 0.2rem solid #004EA2;
  padding: 2rem 2.5rem;
  margin-bottom: 2rem;
}
.news_detail .title_con .title {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
}
.news_detail .title_con .time {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.news_detail .title_con .share_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail .page_info p{
/*  text-indent: 2em;*/
}
.news_detail .title_con .share_con .look_num {
  padding: 0 0.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.9rem;
  border: 0.05rem solid #999999;
  margin-right: 1.5rem;
}
.news_detail .title_con .share_con .share_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail .title_con .share_con .share_list a {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
  background: #EEEEEE;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.7rem;
}
.news_detail .detail_left {
  width: 62.5%;
}
.news_detail .detail_right {
  width: 31.25%;
  background: #FFFFFF;
  padding: 2rem;
}
.news_detail .detail_right .related_title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.news_detail .detail_right .related_list li {
  margin-bottom: 1.5rem;
}
.news_detail .detail_right .related_list li:last-of-type {
  margin-bottom: 0;
}
.news_detail .detail_right .related_list li a {
  width: 100%;
}
.news_detail .detail_right .related_list li .title {
  font-size: 0.9rem;
  line-height: 1.2rem;
  height: 2.4rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news_detail .detail_right .related_list li .time {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
  line-height: 1.8rem;
}
.news_detail .detail_right .related_list li:hover .title {
  color: #004EA2;
}

.toggle_page {
  border-top: 0.05rem solid #004EA2;
  border-bottom: 0.05rem solid #004EA2;
  margin-top: 5rem;
}
.toggle_page .toggle_btn {
  height: 5.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.toggle_page .toggle_btn:hover {
  color: #004EA2;
}
.toggle_page .toggle_btn.next {
  border-top: 0.05rem solid rgba(0, 78, 162, 0.1);
}
.toggle_page .toggle_btn .icon {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  margin-right: 2.5rem;
  white-space: pre;
}

.page_detail .detail_left {
  width: 100%;
}

/*公司业务*/
.business1 .business1_info {
  width: 62.5%;
  margin-bottom: 3.5rem;
  text-indent: 2em;
}
.business1 .business1_img {
  width: 100%;
}

.business_class.sec {
  padding-top: 0;
}

.business_class .business_class_nav_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
.business_class .business_class_nav_list li {
  margin: 0 0.5rem;
}
.business_class .business_class_nav_list li a {
  padding: 0.8rem 2.2rem;
  background: rgba(0, 78, 162, 0.1);
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.business_class .business_class_nav_list li:hover a, .business_class .business_class_nav_list li.on a {
  background: #004EA2;
  color: #fff;
}
.business_class .business_class_main .business_class_list {
  display: none;
}
.business_class .business_class_main .business_class_list.active {
  display: block;
}
.business_class .business_class_list li {
  margin-bottom: 2.5rem;
}
.business_class .business_class_list li:nth-of-type(2n) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.business_class .business_class_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 78, 162, 0.05);
}
.business_class .business_class_list li .img_con {
  width: 43.75%;
  height: 20rem;
  overflow: hidden;
}
.business_class .business_class_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.business_class .business_class_list li .info_con {
  width: 56.25%;
  padding: 2rem 5rem;
}
.business_class .business_class_list li .info_con .title {
  font-size: 1.5rem;
  color: #004EA2;
  margin-bottom: 1.5rem;
}
.business_class .business_class_list li .info_con .info {
  margin-bottom: 3rem;
}

.business_honor {
  background: url(../img/honor_bg.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}
.business_honor .honor_title {
  position: relative;
  text-align: center;
}
.business_honor .honor_title .en_title {
  font-family: MonumentExtended-Bold;
  font-weight: bold;
  font-size: 7.5rem;
  color: rgba(0, 78, 162, 0.05);
  line-height: 8rem;
}
.business_honor .honor_title .title {
  position: absolute;
  top: 45%;
  left: 50%;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.8rem;
}
.business_honor .printing_honor_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.business_honor .printing_honor_list li {
  width: 22.3125%;
  height: 4rem;
  margin-right: 3.58%;
  margin-bottom: 2.5rem;
  padding: 0 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/honor_bg.png) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.business_honor .printing_honor_list li:nth-of-type(4n) {
  margin-right: 0;
}
.business_honor .printing_honor_list li .name {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.business_honor .printing_honor_list.printing_honor_list2 li {
  width: 48%;
  margin-right: 4%;
  background: url(../img/honor_bg2.png) no-repeat center center;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.business_honor .printing_honor_list.printing_honor_list2 li:nth-of-type(2n) {
  margin-right: 0;
}

.business_product .product_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.business_product .product_list li {
  width: 48.75%;
  margin-right: 2.5%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: rgba(0, 78, 162, 0.05);
  position: relative;
  padding: 2.5rem 1.5rem 1.5rem;
}
.business_product .product_list li:nth-of-type(2n) {
  margin-right: 0;
}
.business_product .product_list li .name {
  width: 10.8rem;
  height: 2.5rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #004EA2;
  color: #fff;
  border-radius: 0 1rem 0 0;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -1.25rem;
  left: 0;
}
.business_product .product_list.product_list2 li {
  width: 18.75%;
  margin-right: 1.5625%;
}
.business_product .product_list.product_list2 li:nth-of-type(2n) {
  margin-right: 1.5625%;
}
.business_product .product_list.product_list2 li:nth-of-type(5n) {
  margin-right: 0;
}

.business_customers.sec {
  padding-top: 0;
}

.business_customers .customers_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 0.05rem solid #eee;
}
.business_customers .customers_list li {
  width: 25%;
  border-bottom: 0.05rem solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.75rem 1rem;
  position: relative;
}
.business_customers .customers_list li:after {
  width: 0.05rem;
  height: 1rem;
  background: #EEEEEE;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
}
.business_customers .customers_list li:nth-of-type(4n):after {
  display: none;
}
.business_customers .customers_list li .name {
  text-align: center;
  line-height: 1.2rem;
}

.business_information.sec {
  padding-top: 0;
}

.business_information .w {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 78, 162, 0.05);
}
.business_information .left .tip,
.business_information .right .tip {
  position: absolute;
  font-family: Akrobat;
  font-weight: bold;
  font-size: 7.5rem;
  color: #FFFFFF;
  line-height: 5.5rem;
}
.business_information .left {
  width: 50%;
  position: relative;
  padding: 8.5rem 5rem 0;
}
.business_information .left .tip {
  top: 0;
  left: 0;
}
.business_information .right {
  position: relative;
}
.business_information .right img {
  width: 100%;
  height: 26.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.business_information .right .tip {
  bottom: 0;
  right: 0;
}

/*党群工作*/
.party_and_mass {
  background: url(../img/party_bg.jpg) no-repeat center bottom;
  -o-background-size: 100% auto;
     background-size: 100% auto;
}
.party_and_mass .page {
  background: #fff;
  margin: 2.5rem 0 0;
}
.party_and_mass .page .number:hover, .party_and_mass .page .number.current {
  color: #CD0000;
}
.party_and_mass .page .prev:hover,
.party_and_mass .page .next:hover {
  color: #CD0000;
}

/*视频中心*/
.party_video .video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  background: #CD0000;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_video .video_icon:hover {
  -webkit-box-shadow: 0 0 0.5rem #CD0000;
          box-shadow: 0 0 0.5rem #CD0000;
}
.party_video .party_video_top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.5rem;
}
.party_video .video_left_list {
  width: 65.625%;
}
.party_video .video_left_list li {
  position: relative;
}
.party_video .video_left_list li img {
  width: 100%;
  height: 29.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.party_video .video_left_list li .video_icon {
  width: 5rem;
  height: 5rem;
  background: #CD0000;
  border-radius: 50%;
}
.party_video .video_left_list li .title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_video .video_left_list li:hover .title {
  color: #CD0000;
}
.party_video .video_right_list {
  width: 31.25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.party_video .video_right_list li {
  position: relative;
}
.party_video .video_right_list li img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.party_video .video_right_list li .title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_video .video_right_list li:hover .title {
  color: #CD0000;
}
.party_video .video_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.party_video .video_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 2.5rem;
}
.party_video .video_list li:nth-of-type(3n) {
  margin-right: 0;
}
.party_video .video_list li .img_con {
  position: relative;
  margin-bottom: 1rem;
}
.party_video .video_right_list li .video_icon,
.party_video .video_list li .video_icon{
  font-size: 1.4rem;
}
.party_video .video_list li .img_con img {
  width: 100%;
  height: 14rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.party_video .video_list li .title {
  font-size: 1rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_video .video_list li:hover .title {
  color: #CD0000;
}

/*党群动态*/
.party_dynamics .party_swiper {
  margin-bottom: 5rem;
}
.party_dynamics .party_top_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.party_dynamics .party_top_list li .info_con {
  width: 37.5%;
}
.party_dynamics .party_top_list li .info_con .time {
  color: #999999;
  margin-bottom: 0.5rem;
}
.party_dynamics .party_top_list li .info_con .time .day {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.party_dynamics .party_top_list li .info_con .time .year {
  font-family: Akrobat;
  line-height: 1.5rem;
}
.party_dynamics .party_top_list li .info_con .title {
  font-size: 1.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.party_dynamics .party_top_list li .info_con .info {
  color: #999;
  margin-bottom: 3rem;
}
.party_dynamics .party_top_list li .info_con .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.party_dynamics .party_top_list li .info_con .bot .look_num {
  padding: 0 0.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.9rem;
  border: 0.05rem solid #999999;
}
.party_dynamics .party_top_list li .info_con .bot .read_more3:hover .icon {
  background: #CD0000;
}
.party_dynamics .party_top_list li .img_con {
  width: 56.25%;
  height: 25rem;
  overflow: hidden;
}
.party_dynamics .party_top_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.party_dynamics .party_top_list li:hover .read_more3 .icon {
  background: #CD0000;
}
.party_dynamics .swiper-pagination-party {
  position: static;
  width: auto;
  left: auto;
  margin-right: 3.5rem;
}
.party_dynamics .swiper-pagination-party .swiper-pagination-total {
  color: #999;
}
.party_dynamics .swiper-pagination-party .swiper-pagination-current {
  color: #333;
}
.party_dynamics .prev2,
.party_dynamics .next2 {
  border-color: #CD0000;
  color: #CD0000;
}
.party_dynamics .prev2:hover,
.party_dynamics .next2:hover {
  background: #CD0000;
  color: #fff;
}
.party_dynamics .party_list {
  border-top: 0.05rem solid #eee;
}
.party_dynamics .party_list li {
  border-bottom: 0.05rem solid #eee;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_dynamics .party_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.5rem 0;
}
.party_dynamics .party_list li .time {
  width: 4.5rem;
  text-align: right;
}
.party_dynamics .party_list li .time .year {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
  line-height: 1.5rem;
  display: block;
}
.party_dynamics .party_list li .time .day {
  font-family: Akrobat;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 2rem;
}
.party_dynamics .party_list li .info_con {
  width: 37.5%;
}
.party_dynamics .party_list li .info_con .title {
  font-size: 1.2rem;
  height: 3.6rem;
  line-height: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.party_dynamics .party_list li .info_con .info {
  color: #999;
  margin-bottom: 1.5rem;
}
.party_dynamics .party_list li .info_con .bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.party_dynamics .party_list li .info_con .bot .look_num {
  padding: 0 0.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.9rem;
  border: 0.05rem solid #999999;
}
.party_dynamics .party_list li .info_con .bot .read_more3:hover .icon {
  background: #CD0000;
}
.party_dynamics .party_list li .img_con {
  width: 31.25%;
  height: 13.5rem;
  overflow: hidden;
}
.party_dynamics .party_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.party_dynamics .party_list li:hover {
  border-bottom: 0.05rem solid #CD0000;
}
.party_dynamics .party_list li:hover .title {
  color: #CD0000;
}
.party_dynamics .party_list li:hover .read_more3 .icon {
  background: #CD0000;
}
.party_dynamics .page {
  margin: 5rem 0 0;
}

/*主题教育*/
.party_theme .page {
  margin: 5rem 0 0;
}
.party_theme .theme_list li:hover {
  border-bottom: 0.05rem solid #CD0000;
}
.party_theme .theme_list li:hover .title {
  color: #CD0000;
}
.party_theme .theme_list li:hover .read_more3 .icon {
  background: #CD0000;
}

/*主题教育和实时资讯共用*/
.real_time1 .page {
  margin: 5rem 0 0;
}

.theme_list {
  border-top: 0.05rem solid #eee;
}
.theme_list li {
  border-bottom: 0.05rem solid #eee;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.theme_list li a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
}
.theme_list li .info_con {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.theme_list li .info_con .time {
  width: 6.5rem;
  text-align: right;
  padding-right: 2rem;
  border-right: 0.05rem solid #eee;
}
.theme_list li .info_con .time .year {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
  line-height: 1rem;
  display: block;
  margin-bottom: 0.25rem;
}
.theme_list li .info_con .time .day {
  font-family: Akrobat;
  font-weight: bold;
  line-height: 1.5rem;
  font-size: 2rem;
}
.theme_list li .info_con .title {
  width: -webkit-calc(100% - 6.5rem);
  width: -moz-calc(100% - 6.5rem);
  width: calc(100% - 6.5rem);
  padding-left: 2rem;
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.theme_list li:hover {
  border-bottom: 0.05rem solid #004EA2;
}
.theme_list li:hover .title {
  color: #004EA2;
}
.theme_list li:hover .read_more3 .icon {
  background: #004EA2;
}

/*人力资源-企业招聘*/
.recruitment1 {
  background: rgba(0, 78, 162, 0.05);
}
.recruitment1 .page {
  background: #fff;
  margin: 4rem 0 0;
}
.recruitment1 .search_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 0.25rem 0.5rem 0.25rem 1.25rem;
}
.recruitment1 .search_box .search_ipt {
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
  line-height: 2.5rem;
}
.recruitment1 .search_box .submit_btn {
  width: 5rem;
  height: 2.5rem;
  background: #004EA2;
  border-radius: 1.25rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.recruitment1 .search_box .submit_btn i {
  font-size: 0.9rem;
  margin-right: 0.5rem;
}

.recruitment_list li {
  background: #fff;
  margin-bottom: 1rem;
}
.recruitment_list li .title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  line-height: 1.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.recruitment_list li .title .name {
  font-size: 1.2rem;
  font-weight: bold;
}
.recruitment_list li .title .txt {
  margin-left: 2rem;
  color: #666;
}
.recruitment_list li .title .icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #004EA2;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 1.15rem;
}
.recruitment_list li .title .icon.close {
  display: none;
}
.recruitment_list li .recruitment_info {
  padding: 1.5rem 2rem 2.25rem;
  display: none;
}
.recruitment_list li .recruitment_info .part {
  color: #999;
  margin-bottom: 2rem;
  position: relative;
}
.recruitment_list li .recruitment_info .part .lit_title {
  color: #333;
  line-height: 1.5rem;
  display: block;
}
.recruitment_list li .recruitment_info .mail_to {
  font-size: 0.9rem;
  color: #004EA2;
  font-family: MonumentExtended-Bold;
}
.recruitment_list li.open .title {
  border-bottom: 0.05rem solid rgba(0, 78, 162, 0.05);
}
.recruitment_list li.open .title .icon.open {
  display: none;
}
.recruitment_list li.open .title .icon.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*人力资源-人才政策*/
.talent1.sec {
  padding-bottom: 0;
}

.talent1 .talent1_con {
  background: url(../img/talent1_img.jpg) no-repeat center bottom;
  -o-background-size: cover;
     background-size: cover;
  padding: 5rem 8.5rem;
}
.talent1 .talent1_list {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#004EA2), to(rgba(0, 78, 162, 0.4)));
  background: -webkit-linear-gradient(left, #004EA2 0%, rgba(0, 78, 162, 0.4) 100%);
  background: -moz-linear-gradient(left, #004EA2 0%, rgba(0, 78, 162, 0.4) 100%);
  background: -o-linear-gradient(left, #004EA2 0%, rgba(0, 78, 162, 0.4) 100%);
  background: linear-gradient(90deg, #004EA2 0%, rgba(0, 78, 162, 0.4) 100%);
  border-radius: 1.05rem;
  padding: 1.5rem 3.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talent1 .talent1_list li {
  width: 45%;
  color: #FFFFFF;
  line-height: 2.4rem;
}
.talent1 .talent1_list li .num {
  font-weight: bold;
  font-size: 1.5rem;
}

.talent2.sec {
  padding-bottom: 0;
}

.talent2 .talent2_tip {
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}
.talent2 .train_list li img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.5rem;
}

.talent3 .part_title {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.talent3 .part_title .line {
  width: 0.2rem;
  height: 0.8rem;
  background: #004EA2;
  margin-right: 0.6rem;
}
.talent3 .part_title .name {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-right: 1.25rem;
  font-weight: bold;
}
.talent3 .part_title .tip {
  font-size: 0.9rem;
  line-height: 2.4rem;
}
.talent3 .part1 {
  margin-bottom: 3rem;
}
.talent3 .part1_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.talent3 .part1_list li {
  width: 31.25%;
  margin-right: 3.125%;
  height: 5rem;
  background: rgba(0, 78, 162, 0.1);
  border-radius: 1rem;
  border: 0.05rem dashed #004EA2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #004EA2;
  line-height: 1.5rem;
}
.talent3 .part1_list li:nth-of-type(3n) {
  margin-right: 0;
}
.talent3 .part2_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.talent3 .part2_list li {
  width: 23.75%;
  margin-right: 1.66%;
  background: #004EA2;
  border-radius: 1rem 1rem 1.5rem 1.5rem;
  margin-bottom: 1rem;
}
.talent3 .part2_list li:nth-of-type(4n) {
  margin-right: 0;
}
.talent3 .part2_list li .title {
  color: #FFFFFF;
  line-height: 2.25rem;
  height: 2.25rem;
  text-align: center;
  padding: 0 0.5rem;
}
.talent3 .part2_list li .info {
  background: #E5EDF6;
  border-radius: 1rem;
  padding: 0 2rem;
  width: 100%;
  height: 5rem;
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/*投资者关系-实时资讯*/
.real_time1 .shares {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
.real_time1 .shares .left {
  width: 35%;
}
.real_time1 .shares .left .code_box .code {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
.real_time1 .shares .left .code_box .number {
  color: #004EA2;
  margin-bottom: 4rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.real_time1 .shares .left .code_box .number .price {
  margin-right: 3.5rem;
}
.real_time1 .shares .left .code_box .number .price .value {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.8rem;
}
.real_time1 .shares .left .code_box .number .change {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 1.5rem;
  color: #004EA2;
  line-height: 1.8rem;
}
.real_time1 .shares .left .code_box .tip {
  font-size: 0.7rem;
  color: #999999;
  line-height: 1.8rem;
}
.real_time1 .shares .right {
  overflow-x: auto;
  overflow-y: hidden;
}
.real_time1 .shares .right .iframe_box {
  width: 930px;
  height: 600px;
  overflow: hidden;
}
.real_time1 .shares .right .iframe_box iframe {
  border: none;
  width: 1200px;
  height: 600px;
}
.real_time1 .shares .right .iframe_box iframe .main-right {
  display: none;
}

/*投资者关系-成员介绍*/
.member1 {
  background: rgba(0, 78, 162, 0.05);
}
.member1 .position_nav_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.member1 .position_nav_list li {
  margin-left: 1rem;
}
.member1 .position_nav_list li a {
  width: 7rem;
  height: 2.5rem;
  background: #FFFFFF;
  border-radius: 1.25rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9rem;
}
.member1 .position_nav_list li:hover a, .member1 .position_nav_list li.on a {
  background: #004EA2;
  color: #fff;
}
.member1 .position_main .member_list {
  display: none;
}
.member1 .position_main .member_list.active {
  display: block;
}
.member1 .position_main .member_list li {
  background: #fff;
  margin-bottom: 1rem;
}
.member1 .position_main .member_list li .title {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  line-height: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.member1 .position_main .member_list li .title:before {
  width: 0.2rem;
  height: 0.8rem;
  background: #004EA2;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
}
.member1 .position_main .member_list li .title:after {
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top: 0.4rem solid #004EA2;
  position: absolute;
  top: 100%;
  left: 3.45rem;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.member1 .position_main .member_list li .title .name {
  font-size: 1rem;
  width: 10rem;
  position: relative;
}
.member1 .position_main .member_list li .title .position_type {
  font-size: 1rem;
}
.member1 .position_main .member_list li .title .icon {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.member1 .position_main .member_list li .title .icon i {
  font-size: 1rem;
  margin-left: 0.25rem;
}
.member1 .position_main .member_list li .title .icon.close {
  display: none;
}
.member1 .position_main .member_list li .member_info {
  padding: 1.5rem 2rem 2.25rem;
  display: none;
}
.member1 .position_main .member_list li:hover .title {
  background: #004EA2;
  color: #fff;
}
.member1 .position_main .member_list li.open .title {
  background: #004EA2;
  color: #fff;
}
.member1 .position_main .member_list li.open .title:after {
  opacity: 1;
}
.member1 .position_main .member_list li.open .title .icon.open {
  display: none;
}
.member1 .position_main .member_list li.open .title .icon.close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/*投资者关系-学习园地*/
.learning1 {
  background: rgba(0, 78, 162, 0.05);
}
.learning1 .page {
  background: #fff;
  margin: 4rem 0 0;
}
.learning1 .learning_list {
  border-top: 0.05rem solid #eee;
}
.learning1 .learning_list li {
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
}
.learning1 .learning_list li .download_btn {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  width: 7rem;
  height: 2.5rem;
  background: rgba(0, 78, 162, 0.1);
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
}
.learning1 .learning_list li .download_btn i {
  margin-right: 0.25rem;
  font-size: 1.1rem;
}
.learning1 .learning_list li .info_con {
  width: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.learning1 .learning_list li .info_con .time {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(0, 78, 162, 0.1);
  border-radius: 0.5rem;
  margin-right: 2.5rem;
}
.learning1 .learning_list li .info_con .time .year {
  width: 100%;
  height: 1.2rem;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 0.5rem 0.5rem 0rem 0rem;
  font-family: Akrobat;
  font-weight: bold;
  line-height: 1.2rem;
  display: block;
  text-align: center;
  margin-bottom: 0.05rem;
}
.learning1 .learning_list li .info_con .time .day {
  font-family: Akrobat;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  text-align: center;
}
.learning1 .learning_list li .info_con .title {
  width: -webkit-calc(100% - 6.5rem);
  width: -moz-calc(100% - 6.5rem);
  width: calc(100% - 6.5rem);
  font-size: 1rem;
  height: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.learning1 .learning_list li:hover .info_con .time {
  background: #004EA2;
  color: #fff;
}
.learning1 .learning_list li:hover .info_con .time .year {
  background: #007BFF;
}
.learning1 .learning_list li:hover .title {
  color: #004EA2;
}
.learning1 .learning_list li:hover .download_btn {
  color: #fff;
  background: #004EA2;
}

/*投资者关系-投教园地*/
.gardens1 {
  background: rgba(0, 78, 162, 0.05);
}
.gardens1 .page {
  background: #fff;
  margin: 4rem 0 0;
}
.gardens1 .gardens_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gardens1 .gardens_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 2rem;
}
.gardens1 .gardens_list li:nth-of-type(3n) {
  margin-right: 0;
}
.gardens1 .gardens_list li a {
  width: 100%;
}
.gardens1 .gardens_list li .img_con {
  width: 100%;
  height: 13.9rem;
  overflow: hidden;
}
.gardens1 .gardens_list li .img_con img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gardens1 .gardens_list li .title_con {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  height: 3rem;
}
.gardens1 .gardens_list li .title_con .title {
  font-weight: 600;
  font-size: 0.9rem;
  color: #333333;
  width: 60%;
}
.gardens1 .gardens_list li .title_con .time {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
}

/*投资者关系-信息摘要*/
.summary1 {
  background: rgba(0, 78, 162, 0.05);
}
.summary1 .page {
  background: #fff;
  margin: 4rem 0 0;
}
.summary1 .summary_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.summary1 .summary_list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 2rem;
  background: #fff;
}
.summary1 .summary_list li:nth-of-type(3n) {
  margin-right: 0;
}
.summary1 .summary_list li a {
  padding: 1.5rem 2.5rem;
  width: 100%;
  position: relative;
}
.summary1 .summary_list li a:before {
  width: 0.2rem;
  height: 0.8rem;
  background: #004EA2;
  position: absolute;
  top: 1.9rem;
  left: 0;
  display: block;
  content: "";
}
.summary1 .summary_list li .title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.summary1 .summary_list li .time {
  font-family: Akrobat;
  font-weight: bold;
  color: #999999;
}
.summary1 .summary_list li:hover .title {
  color: #004EA2;
}

/*联系我们*/
.contact1.sec {
  padding-bottom: 0;
}

.contact1 .contact1_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.contact1 .contact1_list li {
  width: 31.25%;
  margin-right: 3.125%;
  background: #004EA2;
  padding: 2rem 5rem;
  text-align: center;
  color: #fff;
}
.contact1 .contact1_list li:nth-of-type(3n) {
  margin-right: 0;
}
.contact1 .contact1_list li .icon {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  background: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004EA2;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.contact1 .contact1_list li .lit_title {
  line-height: 1.5rem;
  opacity: 0.5;
}
.contact1 .contact1_list li p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-family: Akrobat;
  font-weight: bold;
  text-align: center;
}
.contact1 #map {
  margin-top: -2.5rem;
  width: 100%;
  height: 35rem;
}
.contact1 .map_dian {
  width: 9rem;
  height: 9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact1 .map_dian .dian {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  background: #004EA2;
  border-radius: 50%;
  position: relative;
}
.contact1 .map_dian .dian img {
  width: 4.75rem;
  height: 2.1rem;
}
.contact1 .dian:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.5);
  -webkit-animation: boderM 3s 0.75s infinite;
  -moz-animation: boderM 3s 0.75s infinite;
  -o-animation: boderM 3s 0.75s infinite;
  animation: boderM 3s 0.75s infinite;
}
.contact1 .dian:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.5);
  -webkit-animation: boderM 3s infinite;
  -moz-animation: boderM 3s infinite;
  -o-animation: boderM 3s infinite;
  animation: boderM 3s infinite;
}

.amap-info-content {
  position: relative !important;
  background: none !important;
  padding: 0 !important;
  line-height: inherit !important;
  overflow: visible !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bottom-left .amap-info-sharp:after {
  display: none;
}

.amap-info-sharp,
.amap-info-close {
  display: none;
}

@-webkit-keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes boderM {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes boderM {
  0% {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes boderM {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*在线留言*/
.contact2 {
  background: url(../img/contact2_bg.jpg) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
}
.contact2 .w {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact2 .left {
  width: 35%;
}
.contact2 .left .other_title {
  margin-bottom: 1.25rem;
}
.contact2 .left .tip {
  color: #666666;
  line-height: 1.2rem;
}
.contact2 .contact_message {
  width: 58.125%;
}
.contact2 .contact_message .ipt_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact2 .contact_message .ipt_list li {
  width: 48%;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 1rem;
  background: #FFFFFF;
}
.contact2 .contact_message .ipt_list li .lit_title {
  font-size: 0.9rem;
  color: #004EA2;
  line-height: 1.5rem;
  white-space: pre;
  margin-right: 1.5rem;
}
.contact2 .contact_message .ipt_list li textarea,
.contact2 .contact_message .ipt_list li input {
  width: 100%;
  line-height: 1.5rem;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact2 .contact_message .ipt_list li.textarea_li {
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contact2 .contact_message .ipt_list li.textarea_li .lit_title {
  display: block;
  width: 100%;
}
.contact2 .contact_message .ipt_list li.textarea_li textarea {
  height: 6rem;
}
.contact2 .contact_message .ipt_list li.submit_li {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
  background: none;
  padding: 0;
}
.contact2 .contact_message .ipt_list li.submit_li .submit_btn {
  position: relative;
}
.contact2 .contact_message .ipt_list li.submit_li .submit_btn .submit_a {
  width: 7rem;
  height: 2.5rem;
  background: #004EA2;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.2rem;
  color: #fff;
}
.contact2 .contact_message .ipt_list li.submit_li .submit_btn .submit_a i {
  font-size: 1rem;
}
.contact2 .contact_message .ipt_list li.submit_li .submit_btn input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.contact2 .contact_message .ipt_list .yzm_box {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}
.contact2 .contact_message .ipt_list .yzm_box .yzm_li {
  margin-right: 1rem;
  margin-bottom: 0;
}
.contact2 .contact_message .ipt_list .yzm_box img {
  height: 3.5rem;
}

/*搜索结果页*/
.sec_search.sec {
  padding-top: 10rem;
}

.sec_search {
  background: rgba(0, 78, 162, 0.05);
}
.sec_search .page {
  background: #fff;
  margin: 5rem 0 0;
}
.sec_search .search_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4rem;
}
.sec_search .search_box .search_ipt {
  border: 0.1rem solid rgba(0, 49, 115, 0.1);
  padding: 0.9rem;
  width: 25rem;
  border-radius: 7.5rem;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.sec_search .search_box .submit {
  background: #004EA2;
  color: #fff;
  padding: 0.9rem;
  width: 7.5rem;
  font-size: 0.9rem;
  border-radius: 7.5rem;
}
.sec_search .search_list {
  border-top: 0.05rem solid rgba(0, 49, 115, 0.1);
}
.sec_search .search_list li {
  border-bottom: 0.05rem solid rgba(0, 49, 115, 0.1);
  position: relative;
}
.sec_search .search_list li:after {
  width: 0;
  height: 0.1rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #004EA2;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.sec_search .search_list li a {
  padding: 1rem 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sec_search .search_list li .title {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sec_search .search_list li .time {
  color: #999;
  font-family: Akrobat;
  font-weight: bold;
}
.sec_search .search_list li:hover .title {
  color: #004EA2;
}
.sec_search .search_list li:hover:after {
  width: 100%;
}

/*1920*/
/*背景固定图片*/
.fixed_img {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about4_bg.jpg) no-repeat center center;
  -o-background-size: cover !important;
  background-size: cover !important;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1500px) {
  .top_nav {
    padding: 0 0 0 2.5rem;
  }
  .nav_list li {
    padding: 0 1rem;
  }
  .honor_list li .year {
    width: 6rem;
    font-size: 2rem;
  }
  .honor_list li .title {
    width: -webkit-calc(100% - 6rem);
    width: -moz-calc(100% - 6rem);
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 1366px) {
  .top_nav {
    padding: 0 0 0 2rem;
  }
  .nav_list li {
    padding: 0 0.75rem;
  }
  /*   .w {
         width: calc(140rem / 2);
     }*/
}
@media screen and (max-width: 1080px) {
  .nav_list {
    display: none;
  }
  /*  .w {
        width: calc(110rem / 2);
    }*/
}
/*移动端*/
@media screen and (max-width: 780px) {
  .w {
    padding: 0 0.75rem;
    margin: 0;
    width: 100%;
  }
  .video_mark .video_box {
    width: 90%;
    height: 50%;
  }
  .index_open_img_mark .index_open_img {
    width: 96%;
    height: 15rem;
    padding: 1rem;
  }
  .top_nav {
    height: 3.5rem;
    padding: 0 0 0 0.75rem;
  }
  .top_nav .logo {
    width: 6rem;
    height: 3.5rem;
  }
  .top_nav .top_nav_right .links_icon, .top_nav .top_nav_right .search_icon, .top_nav .top_nav_right .lan_icon {
    padding: 0 0.5rem;
    line-height: 3.5rem;
  }
  .top_nav .top_nav_right .menu_icon {
    width: 6rem;
    height: 3.5rem;
    margin-left: 1rem;
  }
  .top_nav .top_nav_right:after {
    display: none;
  }
  .sec1 {
    height: 17rem;
  }
  .sec1 .banner_action_box {
    right: 0.75rem;
    bottom: 1rem;
  }
  .sec1 .banner_action_box .prev1 {
    margin-right: 1rem;
  }
  .sec2 .sec2_bot {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec2 .index_news_right_list, .sec2 .index_news_left {
    width: 100%;
  }
  .sec2 .index_news_left {
    height: 17.5rem;
    margin-bottom: 2.5rem;
  }

  .sec2 .swiper-pagination-index-news {
    bottom: 1.2rem;
    right: 0.4rem;
  }
  .sec2 .index_news_right_list li:nth-of-type(3) ~ li {
    display: none;
  }
  .index_title .title {
    font-size: 1.6rem;
  }
  .index_title .en_title {
    font-size: 1.2rem;
    margin-bottom: 0.25rem;
  }
  .read_more1 {
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
  }
  .sec2 .sec_con {
    padding-top: 3.5rem;
  }
  .sec3 .sec3_nav_list li a {
    padding: 3.5rem 0.5rem 0;
  }
  .sec3 .sec3_nav_list li .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }
  .sec3 .sec3_nav_list li .title1 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.25rem;
  }
  .sec3 .sec3_nav_list li .hide_con .info {
    display: none;
  }
  .read_more2 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sec4 .sec_con {
    padding: 3.5rem 0 0;
  }
  .sec4 .sec4_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .sec4 .sec4_info .left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .sec4 .sec4_info .right {
    width: 100%;
    height: 10rem;
  }
  .sec4 .honor_list {
/*    display: none;*/
  }
  .footer_menu_list {
    display: none;
  }
  .footer .footer_con {
    padding: 2rem 0 1rem;
  }
  .footer .footer_con .footer_top {
    margin-bottom: 1.5rem;
  }
  .footer .footer_con .footer_bot {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .footer_con .footer_bot .contact_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .footer .footer_con .footer_bot .contact_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .footer .copy_right {
    height: auto;
    padding: 0.75rem 0;
  }
  .footer .copy_right .w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer .copy_right .left {
    width: 100%;
  }
  .footer .copy_right .go_top {
    right: 0.75rem;
    transform: none;
    top: -3rem;
  }
  .full_menu_bot .w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    padding-top: 1.5rem;
  }
  .full_menu_bot .w .left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .full_menu_bot .w .left .tip {
    font-size: 1rem;
    line-height: 2rem;
  }
  .full_menu_bot .w .left .contact_list {
    display: none;
  }
  .full_menu_bot .w .left .quick_links_list {
    margin-top: 1.5rem;
  }
  .full_menu_bot .w .left .quick_links_list li {
    margin-right: 1rem;
  }
  .full_menu_bot .w .left .quick_links_list li a .img_con img {
    width: 2rem;
    height: 2rem;
  }
  .full_menu_bot .w .left .quick_links_list li a .img_con {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.5rem;
  }
  .full_menu_list {
    width: 100%;
    max-height: inherit;
  }
  .full_menu_list li {
    margin-bottom: 1.25rem;
  }
  .full_menu_list li .hide_menu dd a {
    line-height: 1.5rem;
    opacity: 0.5;
    font-size: 0.9rem;
  }
  .full_menu_list li > a {
    margin-bottom: 0.5rem;
  }
  .full_menu {
    padding-top: 3.5rem;
  }
  .full_menu .full_menu_bot {
    overflow-y: auto;
  }
  .inner .inner_title .en_title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .inner .inner_title .title {
    font-size: 1.5rem;
  }
  .left_menu {
    display: none;
  }
  .inner {
    height: 16rem;
  }
  .about1 .w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .about1 .left {
    padding: 2.25rem 1.5rem 10rem;
    width: 100%;
  }
  .about1 .left .video_circle_btn {
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .about1 .left .since {
    width: 9rem;
  }
  .about1 .left .title {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
  }
  .about1 .right {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    width: 100%;
    top: 2.5rem;
  }
  .about1 .right .info {
    height: 15rem;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .about1 .right .info .mCSB_inside .mCSB_container {
    margin-right: 1.5rem;
  }
  .about1 .right .about1_img {
    width: 100%;
  }
  .sec {
    padding: 2.5rem 0;
  }
  .other_title .title {
    font-size: 1.2rem;
  }
  .other_title .en_title {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }
  .action_box .action-prev {
    margin-right: 0.5rem;
  }
  .action_box .prev2, .action_box .next2 {
    width: 2rem;
    height: 2rem;
  }
  .honor_list li {
    width: 100%;
    margin-right: 0;
    padding: 0.8rem 0;
    margin-top: 0.8rem !important;
  }
  .sec4 .honor_list li:nth-of-type(n+3){
    display: none;
  }
  .honor_list li .year {
    width: 6.5rem;
    font-size: 1.5rem;
    line-height: 1.2rem;
  }
  .honor_list li .num {
    width: 1rem;
  }
  .honor_list li .title {
    width: -webkit-calc(100% - 6.5rem);
    width: -moz-calc(100% - 6.5rem);
    width: calc(100% - 6.5rem);
  }
  .news1 .news_top_list li a img {
    height: 17rem;
  }
  .news1 .news_top_list li a .info_con{
    padding: 0.8rem 1rem;
  }
  .news1 .news_top_list li a .info_con .title {
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .news1 .action_box {

  }
  .news1 .action_box .next2,
  .news1 .action_box .prev2 {

  }
  .news1 .swiper-pagination-news {
    margin-right: 1rem;
  }

  .news2 .news_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5rem;
  }
  .news2 .news_list li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .news2 .news_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .news2 .news_list li .img_con {
    height: 7.5rem;
    margin-bottom: 0.5rem;
  }
  .news2 .news_list li .title {
    font-size: 1rem;
    height: 3rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .read_more3 .icon {
    width: 2rem;
    height: 2rem;
  }
  .read_more3 .font {
    margin-right: 0.5rem;
  }
  .corporate1 .corporate_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1rem;
  }
  .corporate1 .corporate_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .corporate1 .corporate_list li a {
    padding: 1rem;
  }
  .corporate1 .corporate_list li .title {
    font-size: 1rem;
    height: 3rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .corporate1 .corporate_list li .look_num {
    margin-bottom: 2.5rem;
  }
  .corporate1 .corporate_list li .info {
    margin-bottom: 1rem;
  }
  .corporate1 .corporate_list li .bot .time .day {
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .corporate1 .page {
    margin: 1rem 0 0;
  }
  .page {
    padding: 0 1rem;
    height: 3.5rem;
    border-radius: 1.5rem;
  }
  .special1 .special_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .special1 .special_list li a {
    width: 100%;
    height: 15rem;
    padding: 2rem;
  }
  .special1 .special_list li a .title {
    width: 90%;
    font-size: 1.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .special1 .special_list li a .info {
    width: 90%;
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .special1 .page {
    margin: 1rem 0 0;
  }
  .news_detail.sec {
    padding-top: 5rem;
  }
  .news_detail .detail {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .news_detail .detail .detail_left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .news_detail .detail .detail_right {
    width: 100%;
    padding: 1.5rem;
  }
  .news_detail .detail .detail_right .related_title {
    font-size: 1.2rem;
  }
  .news_detail .title_con {
    padding: 1rem 1rem;
    margin-bottom: 1.5rem;
  }
  .news_detail .title_con .title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .news_detail .toggle_page {
    margin-top: 2.5rem;
  }
  .news_detail .toggle_page .toggle_btn {
    height: auto;
    padding: 1rem 0;
  }
  .business1 .business1_info {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .business1 .other_title {
    margin-bottom: 1.5rem;
  }
  .business_class .business_class_nav_list {
    margin-bottom: 1.5rem;
  }
  .business_class .business_class_nav_list li a {
    padding: 0.6rem 1.2rem;
  }
  .business_class .business_class_list li a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .business_class .business_class_list li .info_con {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .business_class .business_class_list li .img_con {
    width: 100%;
    height: 15rem;
  }
  .business_honor .honor_title .en_title {
    font-size: 4rem;
    line-height: 4rem;
  }
  .business_honor .honor_title .title {
    font-size: 1.2rem;
  }
  .business_honor .honor_title .printing_honor_list li {
    width: 48%;
    height: 4rem;
    margin-right: 4%;
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
  .business_honor .honor_title .printing_honor_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .business_honor .honor_title .printing_honor_list li .name {
    font-size: 0.85rem;
  }
  .business_honor .honor_title .printing_honor_list.printing_honor_list2 li {
    width: 100%;
    margin-right: 0;
  }
  .business_product .product_list li {
    width: 100%;
    margin-right: 0;
  }
  .business_product .product_list.product_list2 li {
    width: 100%;
    margin-right: 0;
  }
  .business_customers .customers_list li {
    width: 50%;
  }
  .business_customers .customers_list li:nth-of-type(2n):after {
    display: none;
  }
  .business_information .w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .business_information .right,
  .business_information .left {
    width: 100%;
  }
  .business_information .right .tip,
  .business_information .left .tip {
    font-size: 4rem;
    line-height: 3rem;
  }
  .business_information .left {
    padding: 5rem 2rem 2.5rem;
  }
  .business_information .right img {
    height: 17.5rem;
  }
  .party_video .video_left_list {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .party_video .video_left_list li img {
    height: 15rem;
  }
  .party_video .video_left_list li .video_icon {
    width: 3rem;
    height: 3rem;
  }
  .party_video .video_left_list li .title {
    padding: 0 1rem;
    font-size: 1rem;
  }
  .party_video .party_video_top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0;
  }
  .party_video .video_right_list {
    width: 100%;
  }
  .party_video .video_right_list li {
    margin-bottom: 1.5rem;
  }
  .party_video .video_right_list li img {
    height: 15rem;
  }
  .party_video .video_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 1.5rem;
  }
  .party_video .video_list li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .party_video .video_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .party_video .video_list li .img_con {
    margin-bottom: 0.5rem;
  }
  .party_video .video_list li .img_con img {
    height: 8rem;
  }
  .party_and_mass .page {
    margin: 1rem 0 0;
  }
  .party_dynamics .swiper-pagination-party {
    margin-right: 1rem;
  }
  .party_dynamics .party_top_list li a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .party_dynamics .party_top_list li .info_con {
    width: 100%;
    margin-bottom: 1rem;
  }
  .party_dynamics .party_top_list li .info_con .img_con {
    width: 100%;
    height: 15rem;
  }
  .party_dynamics .party_top_list li .info_con .info {
    margin-bottom: 1rem;
  }
  .party_dynamics .party_top_list li .info_con .title {
    font-size: 1rem;
    height: 3rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .party_dynamics .party_top_list .party_swiper {
    margin-bottom: 2.5rem;
  }
  .party_dynamics .party_top_list .party_list li a {
    padding: 1.5rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .party_dynamics .party_top_list .party_list li .img_con {
    width: 100%;
    height: 15rem;
  }
  .party_dynamics .party_top_list .party_list li .time .day {
    line-height: 1rem;
    font-size: 1.5rem;
  }
  .party_dynamics .party_top_list .party_list li .info_con {
    width: -webkit-calc(100% - 5rem);
    width: -moz-calc(100% - 5rem);
    width: calc(100% - 5rem);
    margin-bottom: 2rem;
  }
  .party_dynamics .party_top_list .party_list li .info_con .info {
    margin-bottom: 1rem;
  }
  .theme_list li .info_con .time {
    width: 4rem;
    padding-right: 1rem;
  }
  .theme_list li .info_con .time .day {
    line-height: 1rem;
    font-size: 1.5rem;
  }
  .theme_list li .info_con .title {
    width: -webkit-calc(100% - 4rem);
    width: -moz-calc(100% - 4rem);
    width: calc(100% - 4rem);
    padding-left: 1rem;
  }
  .theme_list li a {
    padding: 1.25rem 0;
  }
  .recruitment1 .action_top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 1.5rem;
  }
  .recruitment1 .action_top .other_title {
    width: 100%;
    margin-bottom: 2rem;
  }
  .recruitment1 .page {
    margin: 2rem 0 0;
  }
  .recruitment_list li .title {
    padding: 1rem;
  }
  .recruitment_list li .title .name {
    font-size: 1rem;
    white-space: pre;
  }
  .recruitment_list li .title .txt {
    margin-left: 1rem;
  }
  .recruitment_list li .title .icon {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
  }
  .recruitment_list li .title .left {
    width: 100%;
  }
  .recruitment_list li .recruitment_info {
    padding: 1rem 1rem 1.25rem;
  }
  .recruitment_list li .recruitment_info .part {
    margin-bottom: 1.5rem;
  }
  .talent1 .talent1_con {
    padding: 2.5rem 1rem;
  }
  .talent1 .talent1_list {
    border-radius: 1rem;
    padding: 1.5rem 2rem;
  }
  .talent1 .talent1_list li {
    width: 100%;
  }
  .action_top {
    margin-bottom: 1.5rem;
  }
  .talent2 .talent2_tip {
    margin-bottom: 1rem;
  }
  .talent3 .part_title .tip {
    width: 100%;
  }
  .talent3 .part_title .name {
    font-size: 1rem;
    line-height: 2rem;
    margin-right: 0;
  }
  .talent3 .part1_list li {
    width: 100%;
    margin-right: 0;
  }
  .talent3 .part2_list li {
    width: 48%;
    margin-right: 4%;
    border-radius: 0.5rem 0.5rem 1rem 1rem;
    margin-bottom: 0.5rem;
  }
  .talent3 .part2_list li .info {
    border-radius: 0.5rem;
    padding: 0 0.5rem;
    height: 5rem;
  }
  .talent3 .part2_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .talent3 .part2_list .part1 {
    margin-bottom: 1rem;
  }
  .real_time1 .shares {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .real_time1 .shares .left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .real_time1 .shares .left .code_box .number {
    margin-bottom: 1rem;
  }
  .member1 .action_top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .member1 .action_top .position_nav_list {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .member1 .action_top .other_title {
    margin-bottom: 2rem;
  }
  .member1 .position_main .member_list li .title {
    padding: 1rem 1.5rem;
  }
  .member1 .position_main .member_list li .title .name {
    width: 6rem;
  }
  .learning1 .learning_list li {
    padding: 1rem 1rem;
  }
  .learning1 .learning_list li .info_con .time {
    width: 3rem;
    height: 3rem;
    border-radius: 0.5rem;
    margin-right: 1rem;
  }
  .learning1 .learning_list li .info_con .time .day {
    font-size: 1.5rem;
  }
  .learning1 .learning_list li .info_con .title {
    width: -webkit-calc(100% - 4.5rem);
    width: -moz-calc(100% - 4.5rem);
    width: calc(100% - 4.5rem);
    font-size: 1rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .learning1 .learning_list li .download_btn {
    width: 5rem;
    height: 2rem;
    border-radius: 1rem;
  }
  .learning1 .page {
    margin: 2rem 0 0;
  }
  .gardens1 .gardens_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .gardens1 .gardens_list li .img_con {
    height: 14rem;
  }
  .gardens1 .gardens_list li .title_con {
    padding: 0 0.5rem;
  }
  .gardens1 .page {
    margin: 0.5rem 0 0;
  }
  .summary1 .summary_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  .summary1 .summary_list li a {
    padding: 1rem 1.5rem;
  }
  .summary1 .summary_list li a:before {
    top: 1.4rem;
  }
  .summary1 .summary_list li .title {
    margin-bottom: 1rem;
  }
  .summary1 .page {
    margin: 1rem 0 0;
  }
  .contact1 .contact1_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact1 .contact1_list li {
    width: 80%;
    margin-right: 0;
    padding: 1rem 2.5rem;
    margin-bottom: 1rem;
  }
  .contact1 .contact1_list li .icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .contact1 #map {
    height: 25rem;
  }
  .contact2 .w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contact2 .left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .contact2 .contact_message {
    width: 100%;
  }
  .contact2 .contact_message .ipt_list li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
  .contact2 .contact_message .ipt_list .yzm_box img {
    height: 2.5rem;
  }
  .go_top_blue {
    right: 1rem;
  }
  .sec_search.sec {
    padding-top: 5rem;
  }
  .sec_search.sec .search_box {
    margin-bottom: 2.5rem;
  }
  .sec_search.sec .page {
    margin: 2.5rem 0 0;
  }
  .party_dynamics .party_list li a{
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .party_dynamics .party_top_list li .img_con{
    width: 100%;
    height: 12rem;
    margin-top: 1rem;
  }
  .party_dynamics .party_list li .info_con{
    width: -webkit-calc(100% - 6.5rem);
    width: -moz-calc(100% - 6.5rem);
    width: calc(100% - 6.5rem);
  }
  .party_dynamics .party_list li .img_con {
    width: 100%;
    height: 12rem;
    margin-top: 1rem;
  }
  .sec4 .sec4_info .left .info {
    max-height: 6rem;
  }
  .business_honor .printing_honor_list li {
    width: 100%;
    margin-right: 0;
  }
  .business_honor .printing_honor_list.printing_honor_list2 li {
    width: 100%;
    margin-right: 0;
  }
  .sec3 .sec3_nav_list li .title2{
    font-size: 0.7rem;
  }
  .sec4 .sec4_info .left .title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .party_dynamics .party_swiper {
    margin-bottom: 2rem;
  }
  .footer .footer_con .footer_bot .contact_list li .right_info{
    width: calc(100% - 4rem);
  }
  .sec2 .index_news_list li .info_con {
    padding: 0.8rem 0.5rem;
  }
  .sec2 .swiper-pagination-index-news .swiper-pagination-bullet {
    margin: 0 0.2rem 0 0;
  }



}
